home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / msdos / raytrace / pov / gen / form04a / sue / urchin.frm < prev    next >
Encoding:
Text File  |  1994-01-25  |  406 b   |  12 lines

  1. Copyright (c) Sue Cunningham
  2.  
  3. part1 = sphere stack 10 bend 60 grow 1.5;
  4. spine = box <1.0 , 1.0 , 1.0> stack 5 grow 0.2 twist 45 , 0.5;
  5. bit1  = sphere , sphere , sphere, sphere, [ spine ] stack 45 twist 90;
  6. head  = box <0.1 , 0.2, 0.1> fan 21 , 180;
  7. urchin= ellipse <4, 12, 12> fan 60, 90, 0.1, sphere 7 delete 2;
  8. spiney=head , bit1, part1;
  9. spine_fan = spiney fan 10, 70;
  10. urchin, spine_fan;
  11. end;
  12.